home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / gtk-2.0 / gdk-pixbuf / gdk-pixbuf-marshal.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-04-25  |  1.5 KB  |  35 lines

  1.  
  2. #ifndef ___gdk_pixbuf_marshal_MARSHAL_H__
  3. #define ___gdk_pixbuf_marshal_MARSHAL_H__
  4.  
  5. #include    <glib-object.h>
  6.  
  7. G_BEGIN_DECLS
  8.  
  9. /* VOID:VOID (./gdk-pixbuf-marshal.list:25) */
  10. #define _gdk_pixbuf_marshal_VOID__VOID    g_cclosure_marshal_VOID__VOID
  11.  
  12. /* VOID:INT,INT,INT,INT (./gdk-pixbuf-marshal.list:26) */
  13. extern void _gdk_pixbuf_marshal_VOID__INT_INT_INT_INT (GClosure     *closure,
  14.                                                        GValue       *return_value,
  15.                                                        guint         n_param_values,
  16.                                                        const GValue *param_values,
  17.                                                        gpointer      invocation_hint,
  18.                                                        gpointer      marshal_data);
  19.  
  20. /* VOID:POINTER (./gdk-pixbuf-marshal.list:27) */
  21. #define _gdk_pixbuf_marshal_VOID__POINTER    g_cclosure_marshal_VOID__POINTER
  22.  
  23. /* VOID:INT,INT (./gdk-pixbuf-marshal.list:28) */
  24. extern void _gdk_pixbuf_marshal_VOID__INT_INT (GClosure     *closure,
  25.                                                GValue       *return_value,
  26.                                                guint         n_param_values,
  27.                                                const GValue *param_values,
  28.                                                gpointer      invocation_hint,
  29.                                                gpointer      marshal_data);
  30.  
  31. G_END_DECLS
  32.  
  33. #endif /* ___gdk_pixbuf_marshal_MARSHAL_H__ */
  34.  
  35.